Computing (FOLDOC) dictionary
Jump to user comments
The
compiler phase that orders instructions on a
maximise the number of function units operating in parallel
and to minimise the time they spend waiting for each other.
keep both units operating; making adjacent instructions
independent, e.g. one which writes a register and another which
reads from it; separating memory writes to avoid filling the
Proceedings of the Third International Conference on
Architectural Support for Programming Languages and Operating
Systems, pp. 272--282, 1989.
[The SPARC Architecture Manual, v8, ISBN 0-13-825001-4]